operator (.gt.) Interface

public interface operator (.gt.)

Calls

interface~~operator (.gt.)~~CallsGraph interface~operator (.gt.) operator (.gt.) proc~gt_dd gt_dd interface~operator (.gt.)->proc~gt_dd proc~gt_di gt_di interface~operator (.gt.)->proc~gt_di proc~gt_dr gt_dr interface~operator (.gt.)->proc~gt_dr proc~gt_id gt_id interface~operator (.gt.)->proc~gt_id proc~gt_rd gt_rd interface~operator (.gt.)->proc~gt_rd

Module Procedures

public function gt_dd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function gt_dr(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
real(kind=pr), intent(in) :: rhs

Return Value logical

public function gt_rd(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
real(kind=pr), intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical

public function gt_di(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
type(hyperdual), intent(in) :: lhs
integer, intent(in) :: rhs

Return Value logical

public function gt_id(lhs, rhs)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: lhs
type(hyperdual), intent(in) :: rhs

Return Value logical